home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / netz / minimail / catalogs / minimail.cd < prev   
Text File  |  1996-06-29  |  8KB  |  410 lines

  1. ;
  2. ; MiniMail
  3. ;
  4. ; $VER: MiniMail.cd 1.4 (29.6.96)
  5. ;
  6. ;        (c) 1996 by Pelle Claesson
  7. ;        All rights reserved.
  8. ;
  9. ;    1.0.1 (28.2.96)
  10. ;    - underscore added to some strings
  11. ;    1.0.2 (29.2.96)
  12. ;    - string for MIME decoder added
  13. ;    1.0.3 (7.3.96)
  14. ;    - msg_cxalready and msg_cxshowquit added
  15. ;    - msg_sock_timedout and msg_sock_refused added
  16. ;    1.0.4 (10.3.96)
  17. ;    - underscores added to Attachments, Done, Edit and Cancel
  18. ;    - msg_delone, msg_deltwo, msg_delalt, msg_delprob and msg_delprobcont added
  19. ;    1.0.5 (11.3.96)
  20. ;    - underscores added to attachment gadgets
  21. ;    1.1 (11.3.96)
  22. ;    - versions bumped
  23. ;    1.1.0 (16.3.96)
  24. ;    - some underscores fixed
  25. ;    - minor fixes
  26. ;    1.1.1 (9.4.96)
  27. ;    - msg_opt_continue added
  28. ;    - _Ignore added to msg_cxshowquit
  29. ;    - msg_menu* added
  30. ;    1.1.2 (11.4.96)
  31. ;    - msg_new_one added
  32. ;    - msg_new_text fixed
  33. ;    - msg_pop_getting[2-3] added
  34. ;    - msg_quit added
  35. ;    1.1.3 (12.4.96)
  36. ;    - msg_pop_config edited
  37. ;    - msg_pop_configok added
  38. ;    - msg_pop_configold added
  39. ;    - msg_smtp_config edited
  40. ;    - msg_smtp_configok added
  41. ;    - msg_smtp_configold added
  42. ;    1.2 (16.4.96)
  43. ;    - versions bumped
  44. ;    1.2.1 (6.5.96)
  45. ;    - version set to 1.2a
  46. ;    - about changed
  47. ;    1.2.2 (8.5.96)
  48. ;    - msg_pop_config(old) changed
  49. ;    - msg_pop_askpasstitle added
  50. ;    1.2.3 (12.5.96)
  51. ;    - amitcp ver x not running text edited <Hakan Garneij>
  52. ;    1.3.0 (22.5.96)
  53. ;    - msg_asynch removed
  54. ;    - msg_pop_noamitcp changed
  55. ;    1.4 (4.6.96)
  56. ;    - versions bumped
  57. ;    1.4 (29.6.96)
  58. ;    - 1.4 -> 1.4a
  59. ;
  60. ; CONTENTS
  61. ; ========
  62. ; MAIN
  63. ; CONFIG
  64. ; COMMODITY
  65. ; APPICON
  66. ; NETWORK
  67. ; POP3
  68. ; SMTP
  69. ; MAIN
  70. ; HEADER
  71. ; POSTING
  72. ; OPTIMIZATION
  73. ; NET WINDOW
  74. ;
  75. ;
  76. ;
  77. ; ==== MAIN ========================================================================================
  78. ;
  79. MSG_USERBREAK (100//)
  80. User break
  81. MSG_NOMEMPLAIN (//)
  82. Out of memory
  83. MSG_NOMEM (//)
  84. Out of memory (%d Kb needed)
  85. MSG_NOMEMCONT (//)
  86. _Continue
  87. MSG_OOMPOOLED (//)
  88. Pooled memory allocation failed (%d bytes)
  89. MSG_OOMNONPOOLED (//)
  90. Nonpooled memory allocation failed (%d bytes)
  91. ;
  92. ; ==== CONFIG ======================================================================================
  93. ;
  94. MSG_CFG_ERROR (200//)
  95. Unknown key %s in\n%s on line %d
  96. MSG_CFG_OK (//)
  97. _Ok
  98. ;
  99. ; ==== COMMODITY ===================================================================================
  100. ;
  101. MSG_CXNAME (300//)
  102. MiniMailCx
  103. MSG_CXTITLE (//)
  104. MiniMail 1.4a (c) 1996 by Pelle Claesson
  105. MSG_CXDESCR (//)
  106. An integrated email system
  107. MSG_CXERROR (//)
  108. Couldn't create commodity
  109. MSG_CXOK (//)
  110. _Ok
  111. MSG_CXALREADY (//)
  112. MiniMail already running
  113. MSG_CXSHOWQUIT (//)
  114. _Show|_Quit|_Ignore
  115. ;
  116. ; ==== APPICON =====================================================================================
  117. ;
  118. MSG_ICONTEXT (400//)
  119. MiniMail
  120. MSG_ICONDISABLE (//)
  121. AppIcon couldn't be created
  122. MSG_ICONRETRYDIS (//)
  123. _Retry|_Disable
  124. MSG_MENUTEXT (//)
  125. MiniMail
  126. MSG_MENUDISABLE (//)
  127. AppMenu couldn't be created
  128. MSG_MENURETRYDIS (//)
  129. _Retry|_Disable
  130. ;
  131. ; ==== NETWORK =====================================================================================
  132. ;
  133. MSG_CONN (500//)
  134. Connecting to %s port %d
  135. MSG_SOCK_CONNF (//)
  136. Connection failed (AmiTCP errno %d)
  137. MSG_SOCK_HOSTF (//)
  138. Host lookup failed (AmiTCP herrno %d)
  139. MSG_SOCK_SOCKF (//)
  140. Socket creation failed (AmiTCP errno %d)
  141. MSG_CONNOK (//)
  142. Connection established
  143. MSG_PREMATURE (//)
  144. Connection closed by remote
  145. MSG_INCOMING (//)
  146. Incoming line too long!
  147. MSG_SYNCH (//)
  148. Synch. read error on socket!
  149. MSG_AMITCPBREAK (//)
  150. Break received (from user/AmiTCP)
  151. MSG_SOCK_TIMEDOUT (//)
  152. Connection timed out
  153. MSG_SOCK_REFUSED (//)
  154. Connection refused
  155. ;
  156. ; ==== POP3 ========================================================================================
  157. ;
  158. MSG_GETMAIL (600//)
  159. _Get mail
  160. MSG_POP_CONFIG (//)
  161. Can't get mail, as one or several of\npop3/mailserver, pop3port and username\nare missing from the config
  162. MSG_POP_NOAMITCP (//)
  163. Not online
  164. MSG_POP_AUTH (//)
  165. Authenticating as %s
  166. MSG_POP_AUTHUSER (//)
  167. Login failed (%s)
  168. MSG_POP_AUTHPASS (//)
  169. Login failed (%s)
  170. MSG_POP_LOOKING (//)
  171. Looking for new mail
  172. MSG_POP_GETTING (//)
  173. Getting %d/%d
  174. MSG_POP_GOTONE (//)
  175. Got 1/%d mail
  176. MSG_POP_GOTTWO (//)
  177. Got %d/%d mails
  178. MSG_POP_NONEW (//)
  179. No new mail
  180. MSG_NEW_TITLE (//)
  181. MiniMail
  182. MSG_NEW_TEXT (//)
  183. You have %d new mails
  184. MSG_NEW_ONE (//)
  185. You have 1 new mail
  186. MSG_POP_GETTING2 (//)
  187. Getting %d/%d (%dK)
  188. MSG_POP_GETTING3 (//)
  189. Getting %d/%d (%dK) %d%%
  190. MSG_POP_CONFIGOK (//)
  191. _I'll check the config
  192. MSG_POP_CONFIGOLD (//)
  193. Pop3/MailServer, Pop3Port and/or UserName missing from config
  194. MSG_POP_ASKPASSTITLE (//)
  195. Your POP3 password?
  196. ;
  197. ; ==== SMTP ========================================================================================
  198. ;
  199. MSG_SMTP_PUTMAIL (700//)
  200. _Send mail
  201. MSG_SMTP_NOREASON (//)
  202. No mail to send
  203. MSG_SMTP_CONFIG (//)
  204. Can't put mail, as one or several of\nsmtp/mailserver, smtpport and username\nare missing from the config
  205. MSG_SMTP_EXPORT1 (//)
  206. 1 mail to send
  207. MSG_SMTP_EXPORT2 (//)
  208. %d mails to send
  209. MSG_SMTP_READY (//)
  210. Authenticating as %s
  211. MSG_SMTP_HOST (//)
  212. EnvVar HOSTNAME not found
  213. MSG_SMTP_STRANGE (//)
  214. No mail to send (!)
  215. MSG_SMTP_SENDING (//)
  216. Sending %d/%d
  217. MSG_SMTP_SENTONE (//)
  218. Sent 1/%d mail
  219. MSG_SMTP_SENTTWO (//)
  220. Sent %d/%d mails
  221. MSG_SMTP_HELOF (//)
  222. Domain %s not accepted
  223. MSG_SMTP_MAILF (//)
  224. Sender %s not accepted
  225. MSG_SMTP_RCPTF (//)
  226. Recipient %s not accepted
  227. MSG_SMTP_CONFIGOK (//)
  228. _I'll check the config
  229. MSG_SMTP_CONFIGOLD (//)
  230. Pop3/MailServer, Pop3Port and/or UserName missing from config
  231. ;
  232. ; ==== MAIN ========================================================================================
  233. ;
  234. MSG_SCRTITLE (800//)
  235. MiniMail 1.4a (c) 1996 by Pelle Claesson of TheEnd Amiga
  236. MSG_ABOUT (//)
  237. MiniMail 1.4a\n(c) 1996 by Pelle Claesson of TheEnd Amiga\n\n<» SubNormal «>\n\nThis thingy is emailware, so\nplease leave me a mail at volley@lls.se!\n\nIRC and WWW:\nvolley!volley@subnormal.lls.se\nhttp://www.lls.se/~volley
  238. MSG_ABOUTOK (//)
  239. _Ok
  240. MSG_TITLE (//)
  241. MiniMail 1.4a (c) 1996 by Pelle Claesson [%s]
  242. MSG_NET (//)
  243. Ne_t..
  244. MSG_LIST (//)
  245. Li_st..
  246. MSG_MAILS (//)
  247. _Mails..
  248. MSG_NEW (//)
  249. _New..
  250. MSG_REPLY (//)
  251. _Reply..
  252. MSG_FORWARD (//)
  253. _Forw..
  254. MSG_PREVIOUS (//)
  255. <
  256. MSG_NEXT (//)
  257. >
  258. MSG_SUPERNEXT (//)
  259. >|
  260. MSG_INB (//)
  261. _Inb
  262. MSG_OUTB (//)
  263. _Outb
  264. MSG_HIDDEN (//)
  265. Hidd_en
  266. MSG_HIDE (//)
  267. _Hid
  268. MSG_IMPORTANT (//)
  269. Im_p
  270. MSG_UNREPLIED (//)
  271. _Unr
  272. MSG_DELETE (//)
  273. De_l
  274. MSG_HEADER (//)
  275. H_dr
  276. MSG_MIMETITLE (//)
  277. Select file to save to
  278. MSG_DELONE (//)
  279. Delete 1 mail?
  280. MSG_DELTWO (//)
  281. Delete %d mails?
  282. MSG_DELALT (//)
  283. _Yes|_No
  284. MSG_DELPROB (//)
  285. Problems deleting %d mail(s)
  286. MSG_DELPROBCONT (//)
  287. _Continue
  288. MSG_QUIT (//)
  289. _Quit
  290. ;
  291. ; ==== MAIN MENUS ====
  292. ;
  293. MSG_MENU_PROJECT (860//)
  294. Project
  295. MSG_MENU_SAVETODISK (//)
  296. /SSave to disk..
  297. MSG_MENU_OPTIMIZE (//)
  298. /OOptimize..
  299. MSG_MENU_ABOUT (//)
  300. /AAbout..
  301. MSG_MENU_HIDE (//)
  302. /HHide
  303. MSG_MENU_QUIT (//)
  304. /QQuit
  305. ;
  306. ; ==== HEADER ====
  307. ;
  308. MSG_H_FROM (900//)
  309. From: 
  310. MSG_H_TO (//)
  311. To: 
  312. MSG_H_DATE (//)
  313. Date: 
  314. MSG_H_SUBJ (//)
  315. Subj: 
  316. MSG_H_MAILNUM (//)
  317. Nr: 
  318. MSG_H_FLAGS (//)
  319. Status: 
  320. MSG_H_LENGTH (//)
  321. Length: 
  322. MSG_FLAG_UNREAD (//)
  323. Unread
  324. MSG_FLAG_UNREPLIED (//)
  325. Unreplied
  326. MSG_FLAG_EXPORT (//)
  327. Unsent
  328. MSG_FLAG_IMPORTANT (//)
  329. *
  330. MSG_FLAG_HIDDEN (//)
  331. @
  332. ;
  333. ; ==== POSTING ====
  334. ;
  335. MSG_POST_TITLE (1000//)
  336. MiniMail 1.4a (%s)
  337. MSG_POST_TITLE1 (//)
  338. New
  339. MSG_POST_TITLE2 (//)
  340. Reply
  341. MSG_POST_TITLE3 (//)
  342. Forward
  343. MSG_POST_TITLETO (//)
  344. MiniMail 1.4a (%s; From/To)
  345. MSG_POST_TITLESU (//)
  346. MiniMail 1.4a (%s; Misc)
  347. MSG_POST_TITLEAT (//)
  348. MiniMail 1.4a (%s; Attachments)
  349. MSG_POST_CC_QUESTION (//)
  350. Preserve Cc field in reply?
  351. MSG_POST_CC_CHOICES (//)
  352. _Yes|_No
  353. MSG_POST_FROM (//)
  354. From
  355. MSG_POST_SENDER (//)
  356. Sender
  357. MSG_POST_REPLYTO (//)
  358. Reply-To
  359. MSG_POST_TO (//)
  360. To
  361. MSG_POST_CC (//)
  362. Cc
  363. MSG_POST_BCC (//)
  364. Blind Cc
  365. MSG_POST_SUBJECT (//)
  366. Subject
  367. MSG_POST_KEYWORDS (//)
  368. Keywords
  369. MSG_POST_COMMENTS (//)
  370. Comments
  371. MSG_POST_ORGANIZATION (//)
  372. Organization
  373. MSG_POST_ATCH (//)
  374. _Attachments..
  375. MSG_POST_DONE (//)
  376. _Done
  377. MSG_POST_EDIT (//)
  378. _Edit..
  379. MSG_POST_CANCEL (//)
  380. _Cancel
  381. MSG_POST_ATTACH (//)
  382. _Attach..
  383. MSG_POST_DETACH (//)
  384. _Detach
  385. MSG_POST_DETALL (//)
  386. D_etach all
  387. MSG_POST_ATTACHREQ (//)
  388. Select file to attach
  389. ;
  390. ; ==== OPTIMIZATION ====
  391. ;
  392. MSG_OPT_TITLE (1100//)
  393. MiniMail 1.4a (Optimizing)
  394. MSG_OPT_ABORT (//)
  395. Abort
  396. MSG_OPT_USERABORT (//)
  397. User abort
  398. MSG_OPT_CONTINUE (//)
  399. Continue
  400. ;
  401. ; ==== NET WINDOW ====
  402. ;
  403. MSG_NET_TITLE (1200//)
  404. MiniMail 1.4a (Net window)
  405. ;
  406. ; ==== ENDING MSG ====
  407. ;
  408. MSG_END (0//)
  409. {n/a}
  410.